projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e602bc9
)
configure: try to add -Ofast to CFLAGS
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 15 May 2018 19:06:16 +0000
(21:06 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 15 May 2018 19:06:16 +0000
(21:06 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8aa37c5e1f2e6a4293208b0ae21759b9c3e89eed..9117248d035faaa779837185a1ed34449ed6205e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-161,6
+161,9
@@
CFLAGS="$CFLAGS $extra_warnings"
BABL_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition')
CFLAGS="$CFLAGS $extra_warnings"
+BABL_DETECT_CFLAGS(extra_warnings, '-Ofast' )
+CFLAGS="$CFLAGS $extra_warnings"
+
fi
AC_PATH_PROG(RSVG, rsvg-convert, no)